home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
MACD 5
/
MACD 5.bin
/
internet
/
irc_i_dodatki
/
damircs6
/
rexx
/
autodccget.amirx
next >
Wrap
Text File
|
1996-03-29
|
171b
|
10 lines
/* */
parse arg line
"parseline" line
if upper(word(LINE.REST,2)) = "SEND" then do
"say /dcc get "substr(LINE.PREFIX,1,pos('!',LINE.PREFIX)-1) word(LINE.REST,3)
end